From: Keir Fraser Date: Wed, 6 May 2009 11:40:51 +0000 (+0100) Subject: x86: Extend VMX_PERF_EXIT_REASON_SIZE to sync with latest SDM X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13934 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=605c6166fc7bf52d12305243a296e472eab557e4;p=xen.git x86: Extend VMX_PERF_EXIT_REASON_SIZE to sync with latest SDM Signed-off-by: Yang Xiaowei --- diff --git a/xen/include/asm-x86/perfc_defn.h b/xen/include/asm-x86/perfc_defn.h index 99a95cdb51..9a2697c69e 100644 --- a/xen/include/asm-x86/perfc_defn.h +++ b/xen/include/asm-x86/perfc_defn.h @@ -4,7 +4,7 @@ PERFCOUNTER_ARRAY(exceptions, "exceptions", 32) -#define VMX_PERF_EXIT_REASON_SIZE 44 +#define VMX_PERF_EXIT_REASON_SIZE 56 #define VMX_PERF_VECTOR_SIZE 0x20 PERFCOUNTER_ARRAY(vmexits, "vmexits", VMX_PERF_EXIT_REASON_SIZE) PERFCOUNTER_ARRAY(cause_vector, "cause vector", VMX_PERF_VECTOR_SIZE)